From: Stefan Kangas Date: Sat, 22 Feb 2025 03:16:21 +0000 (+0100) Subject: Don't document deleted xwidget functions X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~280 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=3c9b1c3cd18f42dd0cced43b0f1d4c2df9e5cc2d;p=emacs.git Don't document deleted xwidget functions * doc/lispref/display.texi (Xwidgets): Don't document deleted function xwidget-webkit-execute-script-rv. Fix name of deleted and then re-added function xwidget-webkit-title. --- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index c13c908d3f8..e896b8198af 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -7602,15 +7602,7 @@ This function causes the browser widget specified by @var{xwidget} to execute the specified JavaScript @code{script}. @end defun -@defun xwidget-webkit-execute-script-rv xwidget script &optional default -This function executes the specified @var{script} like -@code{xwidget-webkit-execute-script} does, but it also returns the -script's return value as a string. If @var{script} doesn't return a -value, this function returns @var{default}, or @code{nil} if -@var{default} was omitted. -@end defun - -@defun xwidget-webkit-get-title xwidget +@defun xwidget-webkit-title xwidget This function returns the title of @var{xwidget} as a string. @end defun